home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / King Tut / background_5057.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  107 lines

  1. -- background: 5057 from stack: in
  2. -- bmap block id: 6460
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=389 top=90 right=136 bottom=463
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: click here
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 3176
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 5 (field)
  29. -- low flags: 00
  30. -- high flags: 4002
  31. -- rect: left=9 top=57 right=100 bottom=288
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 6 (field)
  43. -- low flags: 00
  44. -- high flags: 4002
  45. -- rect: left=10 top=135 right=178 bottom=289
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 3
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54.  
  55.  
  56. -- part 7 (field)
  57. -- low flags: 00
  58. -- high flags: 4002
  59. -- rect: left=10 top=217 right=332 bottom=394
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: 
  68.  
  69.  
  70. -- part 8 (button)
  71. -- low flags: 00
  72. -- high flags: 8003
  73. -- rect: left=423 top=295 right=336 bottom=512
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Floor Plan
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   go to card "floor plan"
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 9 (button)
  90. -- low flags: 00
  91. -- high flags: A002
  92. -- rect: left=16 top=319 right=340 bottom=76
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Return
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   global returncard
  104.   go to returncard
  105. end mouseUp
  106.  
  107.